home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / gfx / 3d / IIB10.lha / IIB / Threads / Additional / IARexx.lha / CyberVision2.irx < prev    next >
Encoding:
Text File  |  1997-04-04  |  621 b   |  29 lines

  1. Just tried ModePro, and though its mode of operation is not as nice as
  2. NewMode, it is a more functional program.
  3.  
  4.  
  5.                         -ash
  6.  
  7. Ps It makes the following script possible.
  8.  
  9. /* Quickrender with multiview                */
  10. /* needs ModePro                             */
  11. /* Adapted from another script that appeared */
  12. /* here                                      */
  13.  
  14. QRPALLETTEMETHOD = 'Generate Palette'
  15. QRLIGHTSOURCE = ON
  16. QRHORZLIGHT = 20
  17. QRVERTLIGHT = 20
  18. QRSHOWPIC = FALSE
  19.  
  20. QUICKRENDER
  21.  
  22. address command 'sys:utilities/multiview file ram:quickrender pubscreen
  23. "Imagine"'
  24.  
  25.  
  26.  
  27.  
  28.                         -ash
  29.